projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d37d38c
)
remove unused format argument
author
Jorge Aparicio
<japaricious@gmail.com>
Tue, 15 Mar 2016 15:35:52 +0000
(10:35 -0500)
committer
Jorge Aparicio
<japaricious@gmail.com>
Tue, 15 Mar 2016 15:35:52 +0000
(10:35 -0500)
tests/test_cargo_cross_compile.rs
patch
|
blob
|
history
diff --git
a/tests/test_cargo_cross_compile.rs
b/tests/test_cargo_cross_compile.rs
index 1a81d0dc63145cc146b1c1807f9013a157fb961c..475ec0abf42597bf11d691efb5e6082057f05275 100644
(file)
--- a/
tests/test_cargo_cross_compile.rs
+++ b/
tests/test_cargo_cross_compile.rs
@@
-479,8
+479,7
@@
test test_foo ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
-", compiling = COMPILING, running = RUNNING, foo = p.url(), triple = target,
- doctest = DOCTEST)));
+", compiling = COMPILING, running = RUNNING, foo = p.url(), triple = target)));
});
test!(no_cross_doctests {